home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / util / wb / WinCloser.readme < prev    next >
Text File  |  1996-12-07  |  2KB  |  43 lines

  1. Short:    Closes Intuition windows via a hotkey
  2. Author:   bybell@cse.psu.edu (Tony Bybell)
  3. Uploader: bybell@cse.psu.edu (Tony Bybell)
  4. Type:     util/wb
  5.  
  6. This short little utility patches the IE eventlist so that window closing
  7. events may also be signaled in terms of *other* events.  The upshot of this
  8. is that you can define key combinations to close windows on the screen.
  9. Currently, the file "IESupport.a" is set up to use a CTRL-\ combination.
  10. You may change this to whatever you like--just make sure you use the right
  11. IECLASS and IEQUALIFIERB values.  (They can be found in the include files
  12. for your compiler/assembler.)
  13.  
  14. Note that you can patch other events as well--f.e., use this to emulate a
  15. middle mouse button.
  16.  
  17. To compile this, simply run the .c file--it'll take care of the rest.  (at
  18. least it does under my ancient SAS C compiler ;) To install, insert a line
  19. like
  20.  
  21. run <nil: >nil: c:WinCloser 
  22.  
  23. into your s:user-startup.  To kill the patch, run it again and the new copy
  24. will signal the old one and kill it.
  25.  
  26. This program is very stable--I've been using it for the past 3 years with
  27. no problems on my A4000.
  28.  
  29. Have fun!
  30. 26nov96 tony
  31.  
  32.  
  33. ============================= Archive contents =============================
  34.  
  35. Original  Packed Ratio    Date     Time    Name
  36. -------- ------- ----- --------- --------  -------------
  37.     1551     640 58.7% 26-Nov-96 02:09:04 +IESupport.a
  38.     3568    2346 34.2% 26-Nov-96 02:15:32 +WinCloser
  39.     3360    1141 66.0% 26-Nov-96 02:14:28 +WinCloser.c
  40.     1147     670 41.5% 26-Nov-96 02:20:44 +WinCloser.readme
  41. -------- ------- ----- --------- --------
  42.     9626    4797 50.1% 27-Nov-96 04:48:56   4 files
  43.